var net/http.http2dataChunkPools
3 uses
net/http (current package)
h2_bundle.go#L1051: http2dataChunkPools = [...]sync.Pool{
h2_bundle.go#L1067: return http2dataChunkPools[i].Get().([]byte)
h2_bundle.go#L1073: http2dataChunkPools[i].Put(p)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)